-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Setting digital noise in addition to readout noise in Pyq backend functions sample and expectation #610
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chMoussa nice work. I think we might want to simplify and reorganise functionalities so that it makes the logic more understandable. WDYT ?
Co-authored-by: RolandMacDoland <9250798+RolandMacDoland@users.noreply.github.com>
Co-authored-by: RolandMacDoland <9250798+RolandMacDoland@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chMoussa, nice work. Looks alright to me. Just a minor typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chMoussa looks nice but I think there are bits and pieces that might be simplified. Happy to approve once addressed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chMoussa. LGTM. Minor comments.
Co-authored-by: RolandMacDoland <9250798+RolandMacDoland@users.noreply.github.com>
Complementing #591 and #599 where digital and readout noise can be set in the converted circuit from
sample
andexpectation
, without the user callingset_noise
beforehand.